home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / pc / homeoff / zilch / run / zilchs21.exe / 0 / RCDATA / TDISCLAIM_SAVE / TDISCLAIM_SAVE.txt
Text File  |  1999-01-29  |  2KB  |  89 lines

  1. object Disclaim_Save: TDisclaim_Save
  2.   Left = 341
  3.   Top = 184
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 177
  7.   ClientWidth = 350
  8.   Color = clSilver
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Panel2: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 350
  22.     Height = 177
  23.     Align = alClient
  24.     BevelInner = bvLowered
  25.     BorderWidth = 4
  26.     Color = clSilver
  27.     Ctl3D = True
  28.     ParentCtl3D = False
  29.     TabOrder = 0
  30.     object Image1: TImage
  31.       Left = 6
  32.       Top = 6
  33.       Width = 338
  34.       Height = 165
  35.       Align = alClient
  36.       Stretch = True
  37.     end
  38.     object Label2: TLabel
  39.       Left = 25
  40.       Top = 60
  41.       Width = 297
  42.       Height = 54
  43.       Alignment = taCenter
  44.       AutoSize = False
  45.       Caption = 
  46.         'This is an evaluation copy of Zilch.  You can input and analyze ' +
  47.         'your data.  However, you will not be able to save this data to a' +
  48.         ' file.'
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clWhite
  51.       Font.Height = -13
  52.       Font.Name = 'Arial'
  53.       Font.Style = [fsBold]
  54.       ParentFont = False
  55.       Transparent = True
  56.       WordWrap = True
  57.     end
  58.     object Label1: TLabel
  59.       Left = 64
  60.       Top = 16
  61.       Width = 218
  62.       Height = 24
  63.       Caption = 'Evaluation Copy Notice'
  64.       Font.Charset = ANSI_CHARSET
  65.       Font.Color = clYellow
  66.       Font.Height = -19
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       Transparent = True
  71.     end
  72.     object Button1: TButton
  73.       Left = 256
  74.       Top = 136
  75.       Width = 71
  76.       Height = 22
  77.       Caption = 'Continue'
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clBlack
  80.       Font.Height = -13
  81.       Font.Name = 'Arial'
  82.       Font.Style = []
  83.       ModalResult = 1
  84.       ParentFont = False
  85.       TabOrder = 0
  86.     end
  87.   end
  88. end
  89.